home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_s / sm20a.zip / CHANGES.TXT < prev    next >
Text File  |  1992-04-13  |  2KB  |  45 lines

  1.     Some commands in SymbMath have changed in different versions.
  2.  
  3. **************** Changes from Version 1.3 to 1.4 ******************
  4. 1. inte(f(x), (x from a to b)) -> inte(f(x), x from a to b).
  5. 2. Lists, arrays, vectors and matrices: (a,b,c) -> [a,b,c].
  6. 3. Zoom the HELP Mode window: <ctrl><F10> -> <F5>.
  7. 4. <Ctrl>P for printing -> <Alt>P for the Print Mode.
  8.  
  9. ************* New functions in Version 1.4 ***********************
  10. 1. Standard functions: n!, abs(x).
  11. 2. Transformation functions: sum(), prod(), list(), table(), coef().
  12. 3. Calculus functions: d(f(x)/d(x), order), d(f(x), x=c, order).
  13. 4. Users-defined functions name can be any name.
  14. 5. Integrals of x^n*exp(x), x^n*sin(x), etc. where n>0.
  15. 6. The function solve() can solve systems of equations, and linear 
  16. differential equations on one step, 
  17.  
  18. solve([a1*x+b1*y==c1, a2*x+b2*y==c2], [x,y])
  19. solve(d(y)/d(x)+g(x)*y==h(x), y)
  20.  
  21. 7. SymbMath can learn differentiation.
  22. 8. The nth element of list x is x[n], ...
  23. 9. More library (e.g. for infinite sum, etc.).
  24.     The erros have been fixed if possible.
  25.  
  26. ****************** Changes in Version 2.0 *******************
  27. 1. The user-interface changed to the pull-down menus, pop-up menus.
  28. 2. The assignment statement is evaluated.
  29. 3. Define a user funcrion by define(f(x)=x^2), instead of f(x)=x^2.
  30. 4. Clear a variable or function by clear(x) or clear(f(x)), instead of
  31.    x=x or f(x)=f(x).
  32. 5. Bugs (e.g. some integration by parts) have been fixed.
  33. 6. The simplification subroutine is re-written, so the expression is 
  34.    simplier than before.
  35.  
  36. *************** New function in Version 2.0 ******************
  37. 1. The twin screen text editor.
  38. 2. The functions: assume(), deno(), nume(), etc.
  39. 3. Learning integrals from derviatives and others.
  40. 4. All standard functions can be differentiated and integrated 
  41.    symbolically.
  42. 5. The dictionary help.
  43.  
  44. Please read the document file SymbMath.DOC and SymbMath.DO2 for detail.
  45.